home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-01 | 353 b | 11 lines | [TEXT/????] |
- // This sample script shows how to use the scripting system
- // to set up a modem directly, without the use of an MDM file
- // In this case, you would select "Direct Serial" as your modem type.
- //
- SEND "AT&F2B2\r"
- WAITFOR "OK" -t300
- SEND "ATS0=0S7=60S10=50M1V1E0X4&D2&C1\\V1\\N6\\Q3\r"
- WAITFOR "OK" -t300
- SEND "ATDT9,6092250\r"
- WAITFOR "CONNECT" -t3600
-